From 0ec4fa558fb3e5ab5726e59964984f934be53dd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Fri, 10 Jun 2011 10:55:28 +0100 Subject: [PATCH] docs: Improve crossreferences Use #GtkOrientable:orientation instead "orientation" --- gtk/gtkscrollbar.c | 2 +- gtk/gtkseparator.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 4cce474cfd..fd79b99eb0 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -39,7 +39,7 @@ * @See_also: #GtkAdjustment, #GtkScrolledWindow * * The #GtkScrollbar widget is a horizontal or vertical scrollbar, - * depending on the value of the "orientation" property. + * depending on the value of the #GtkOrientable:orientation property. * * The position of the thumb in a scrollbar is controlled by the scroll * adjustments. See #GtkAdjustment for the fields in an adjustment - for diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index 4c723f1fd9..e285a40e74 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -37,7 +37,7 @@ * @Title: GtkSeparator * * GtkSeparator is a horizontal or vertical separator widget, depending on the - * value of the "orientation" property, used to group the widgets within a + * value of the #GtkOrientable:orientation property, used to group the widgets within a * window. It displays a line with a shadow to make it appear sunken into the * interface. */ -- 2.30.2